home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Hunks
/
Hot Hunks.iso
/
menu
/
gifv.slc
< prev
next >
Wrap
Text File
|
1993-02-17
|
421b
|
21 lines
;
; GIFV.SLC
; Display all BMP Files in E:\WIN31
; then display them backwards
; When finished, BEEP 3 times
; All pictures use a delay of 2 seconds
; The slide show will use the Fade In/Out type
;
delay 2
slide-type-Fade
change-path E:\Win31\*.BMP
:loop
loadnext :exit
goto :loop
:exit
:loop2
loadprev :exit2
goto :loop2
:exit2
beep 3